home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / LZSS Res 2.1 ト.sit / LZSS Res 2.1 ƒ / LZSS Lib ƒ / LZSS-Lib.h next >
Text File  |  1993-06-28  |  273b  |  13 lines

  1. /*
  2.  * Copyright ゥ 1994 Dmitry Boldyrev
  3.  * All rights reserved
  4.  */
  5.  
  6. #ifndef __LZSSLib__
  7. #define __LZSSLib__
  8.  
  9. //    InstallCompression patches the GetResource() trap and install a custom
  10. //    code which decompresses the data when GetResource is called
  11. void InitLZSSRes();
  12.  
  13. #endif